home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-3449 / text / fsm_gdos.txt < prev    next >
Text File  |  1992-02-28  |  5KB  |  105 lines

  1.    
  2.  
  3.  ========================================================================
  4.  * PERUSING GENIE                                            by Ed Krimin
  5.  ========================================================================
  6.  
  7.  
  8.  -=> In the "Atari Corporation Online" category (14)
  9.  -=> from the "Font Scaling Module -- The New GDOS" topic (18)
  10.  
  11.  Message 59        Sat Feb 01, 1992
  12.  B.REHBOCK [Bill@Atari]       at 16:40 EST
  13.   
  14.  The packaging is finally all done, the last revison of the disks is going
  15.  to the duplicator Monday, February 3rd. Product should be showing up on
  16.  shelves shortly. (Finally! :-)
  17.  
  18.  IMHO, one of the biggest drawbacks of the original GDOS was the lack of
  19.  printer drivers that shipped with it, and the lack of developer
  20.  understanding of the concept in general. "Back in those days",  developers
  21.  weren't used to the idea of a generalized Operating System service to
  22.  handle all output functions. Developers were used to writing custom drivers
  23.  for everything, and they thought they could roll their own driver better.
  24.  (In some cases, they did.) 
  25.  
  26.  We didn't go with .CVG fonts, because they are inherently _un_hinted, and
  27.  we wanted as close to the same quality as hand-tuned bitmaps as we could
  28.  get. 
  29.  
  30.  We didn't go with Adobe Type-1's, because it takes about 18 times longer to
  31.  decode, calculate and display Type-1 fonts than QMS/Imagen FSM-9 fonts.
  32.  There will be conversion utilities available to go from Type-1's to FSM-9
  33.  (from third parties).
  34.  
  35.  -Bill @ Atari P.S. Please don't mind the crayon-drawn packaging :-)
  36.  ----------
  37.  
  38.  Message 60        Sat Feb 01, 1992
  39.  M.EVERHART2 [MIDIMIKE]       at 20:41 EST
  40.   
  41.  Since it's in duplication, tell us what's in the FSMGDOS package - what
  42.  fonts,
  43.  printer drivers, etc.
  44.  ----------
  45.  
  46.  Message 66        Tue Feb 04, 1992
  47.  B.REHBOCK [Bill@Atari]       at 02:17 EST
  48.   
  49.  I'll put together a listing of the printer drivers, etc. that are  included
  50.  with FSM GDOS. Off the top of my head... 
  51.  
  52.  FSMGDOS.PRG....... The O/S extension itself, scales fonts from 4 to
  53.                     1000 points, gives the VDI GEM/3 Bezier drawing
  54.                     capability and enhanced polyline/polygon functions,
  55.                     caches old GDOS bitmap fonts and uses separate cache
  56.                     for FSM Font information and bitmaps. 
  57.  
  58.  FONTGDOS.PRG...... Alternate non-scaling version that uses only GDOS
  59.                     bitmap fonts and not FSM scaleable ones. Doesn't 
  60.                     slow the VDI down by 30% like the old GDOS did.
  61.                     (Neither does FSMGDOS :-) Extends the drawing
  62.                     capabilities of the VDI also. Caches bitmap fonts
  63.                     for more efficient use of memory. Designed for the
  64.                     user that is squeezed for memory. 
  65.  
  66.  FSMGDOS.CPX/ACC... Allows user to configure FSM Caches, current
  67.                     library of fonts to use, special options are
  68.                     provide for maximum compatibility with old, poorly
  69.                     written programs. 
  70.  
  71.  FONTGDOS.CPX/ACC.. Primarily a "Printer-Picker"; never edit an
  72.                     ASSIGN.SYS file again! Allows Draft/Final quality
  73.                     control of printer driver, installation and
  74.                     configuration of GDOS bitmap fonts and extended
  75.                     drivers for Metafiles, Plotters, Screen Drivers,
  76.                     etc. Also sets up Driver/Bitmap Font path
  77.                     configuration. 
  78.  
  79.  FSMPRINT.CPX/ACC.. Allows user to customize printer drivers to set
  80.                     page size, default quality, and in the future
  81.                     paper tray selection, etc. 
  82.  
  83.  Printer Drivers include... SLM, FX80/LX (standard & wide), NX1000,
  84.  JX80 (color), Oki Color, LaserJet, DeskJet, Canon Bubble Jet, NEC
  85.  P6/P7, Epson Compatible 24 pin (B/W & Color), and the new Epson LQ570.
  86.  (I am sure that this list is not complete.) 
  87.  
  88.  But that's not all... you also get a very user-friendly Install
  89.  program that sets everything up for you.
  90.  
  91.  One happy and important note... Atari is making the FSM Printer Driver
  92.  Builder Kit available to qualified developers AT NO COST under the
  93.  following stipulations:
  94.  
  95.     1) The driver must be approved by Atari before it is released by
  96.        the developer.
  97.     2) The developer must not attempt to add functionality to the
  98.        driver without first consulting Atari. (To ensure maximum upward
  99.        compatibility.)
  100.     3) The developer must give Atari non-exclusive rights to the source
  101.        code of the driver. (To ensure that the driver library is
  102.        available to all users, and can be updated quickly should the
  103.        need arise.)
  104.  
  105.